home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / ARCS / ARCS.ELM / graph0.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-21  |  1.5 KB  |  73 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(arcbannd.gif);
  4.     separator-image: url(arcsepd.gif);
  5.     list-image-1: url(arcbul1d.gif);
  6.     list-image-2: url(arcbul2d.gif);
  7.     list-image-3: url(arcbul3d.gif);
  8.     navbutton-horiz-pushed: url(arcnavhs.gif);
  9.     navbutton-horiz-normal: url(arcnavhd.gif);
  10.     navbutton-vert-pushed: url(arcnavvs.gif);
  11.     navbutton-vert-normal: url(arcnavvd.gif);
  12.     navbutton-home-normal: url(archomed.gif);
  13.     navbutton-up-normal: url(arcupd.gif);
  14.     navbutton-prev-normal: url(arcprevd.gif);
  15.     navbutton-next-normal: url(arcnextd.gif);
  16. }
  17. .mstheme-bannertxt
  18. {
  19.     font-family: "Times New Roman", "Times New Roman", Times;
  20.     font-size: 6;
  21.     color: rgb(0,0,0);
  22. }
  23. .mstheme-horiz-navtxt
  24. {
  25.     font-family: Verdana, Arial, Helvetica;
  26.     font-size: 2;
  27.     font-weight: bold;
  28.     color: rgb(51,153,255);
  29. }
  30. .mstheme-vert-navtxt
  31. {
  32.     font-family: Verdana, Arial, Helvetica;
  33.     font-size: 2;
  34.     font-weight: bold;
  35.     color: rgb(51,153,255);
  36. }
  37. .mstheme-navtxthome
  38. {
  39.     font-family: "Trebuchet MS", Arial, Helvetica;
  40.     font-size: 1;
  41.     color: rgb(102,102,51);
  42. }
  43. .mstheme-navtxtup
  44. {
  45.     font-family: "Trebuchet MS", Arial, Helvetica;
  46.     font-size: 1;
  47.     color: rgb(102,102,51);
  48. }
  49. .mstheme-navtxtprev
  50. {
  51.     font-family: "Trebuchet MS", Arial, Helvetica;
  52.     font-size: 1;
  53.     color: rgb(102,102,51);
  54. }
  55. .mstheme-navtxtnext
  56. {
  57.     font-family: "Trebuchet MS", Arial, Helvetica;
  58.     font-size: 1;
  59.     color: rgb(102,102,51);
  60. }
  61. UL
  62. {
  63.     list-style-image:url(arcbul1d.gif);
  64. }
  65. UL UL
  66. {
  67.     list-style-image:url(arcbul2d.gif);
  68. }
  69. UL UL UL
  70. {
  71.     list-style-image:url(arcbul3d.gif);
  72. }
  73.